*{
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
.header-innner>*:hover .secondary-menu {
  display: block;
  border-top: 1px solid #e5e5e5;
  box-shadow: 0px 1px 0px #0000003f,
              -1px 2px 2px #0000003f,
              2px 1px 3px #0000003f;
}
.header-tabs {
  position: fixed;
  z-index: 99999;
  top: 0;
  height: 70px;
  left: 0;
  width: 100vw;
  background-color: #fff;
  color: #000;
  opacity: 1 !important;
  box-shadow: 0 0 6px 0 #0000003f;
}
.header-innner{
  display: flex;
  align-items: center;
  height: 70px;
  position: relative;
}
.header-innner>*:not(:first-child) {
  /* margin-left: 3em; */
}
.content-info {
  width: 1200px;
  margin: 0 auto;
}
.header-innner>* {
  position: relative;
  height: 70px;
  line-height: 70px;
  cursor: pointer;
}

.header-innner>* a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 20px;
  font-size: 18px;

}
/* .header-innner>* a:hover {
  color: #00abb9;
} */
.header-innner .one{
  position: relative;
}
.one::after{
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translate(-50%,0);
  display: none;
  content: '';
  height: 4px;
  width: 65px;
  background-color: #00abb9;
  border-radius: 10px;
}
.one:hover{
  color: #00abb9 !important;
}
.secondary-menu>div:hover a::after {
  display: inline-block !important;
}
.level1:hover .one::after{
  display: inline-block !important;
}
.secondary-menu a::after {
  position: absolute;
  bottom: 2px;
  left: 50%;
  transform: translate(-50%,0);
  display: none;
  content: '';
  height: 4px;
  width: 90px;
  background-color: #00abb9;
  border-radius: 10px;
}

.secondary-menu div {
  cursor: pointer;
  line-height: 1.2em;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.secondary-menu:hover {
  display: block;
}

.secondary-menu a {
  display: flex !important;
  width: 100%;
  height: 100%;
  align-items: center;
  padding: 0 !important;
  justify-content: center;
}

.secondary-menu::before {
  display: block;
  content: '';
  width: 100%;
  height: 10px;
  background-color: #fff;
}

.secondary-menu a:hover {
  color: #00abb9;
}

.secondary-menu {
  padding-bottom: 10px;
  width: 180px;
  display: none;
  cursor: default;
  position: absolute;
  top: 70px;
  left: 50%;
  transform: translate(-50%, 0);
  right: 0;
  z-index: 99;
  background-color: #fff;
  color: #000;
  opacity: 1;
  font-size: 14px;
}

.secondary-menu a {
  position: relative;
}
.search{
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0,-50%);
}
.el-input-group__append{
  padding: 0 !important;
  background-color: #00abb9;
}
.el-input__inner:focus {
  border: 1px solid#c3c3c3;
}
